From 248bae1123fdc1793356d751ede40a51f61b71c5 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 5 Aug 2009 22:46:10 +0000 Subject: [PATCH] Removed some unneeded specificity of headings. --- skins/vector/main-ltr.css | 4 ++-- skins/vector/main-rtl.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index dd27fc6ea4..f5f7e45ae4 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -896,10 +896,10 @@ table.small { font-size: 100%; } /* Edge Cases for Content */ -#content h1, #content h2 { +h1, h2 { margin-bottom: .6em; } -#content h3, #content h4, #content h5 { +h3, h4, h5 { margin-bottom: .3em; } #firstHeading { diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index bacbbc537c..fcbf7eddc5 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -896,10 +896,10 @@ table.small { font-size: 100%; } /* Edge Cases for Content */ -#content h1, #content h2 { +h1, h2 { margin-bottom: .6em; } -#content h3, #content h4, #content h5 { +h3, h4, h5 { margin-bottom: .3em; } #firstHeading { -- 2.20.1